home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Gallery.Dir / 00006.ls < prev    next >
Encoding:
Text File  |  1997-08-06  |  273 b   |  15 lines

  1. on mouseDown
  2.   puppetSound(2, "tick")
  3.   repeat while the mouseDown
  4.     set the visible of sprite 6 to 0
  5.     updateStage()
  6.   end repeat
  7.   set the visible of sprite 6 to 1
  8.   updateStage()
  9.   if soundBusy(1) then
  10.     sound stop 1
  11.   else
  12.     puppetSound(1, "help")
  13.   end if
  14. end
  15.